PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFUnsupportedDataException Class
Members
In This Topic
    PDFUnsupportedDataException Class
    In This Topic
    Defines an exception that is thrown when the data format is unsupported for the current operation.
    Object Model
    PDFUnsupportedDataException Class
    Syntax
    public class PDFUnsupportedDataException 
        extends PDFException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFUnsupportedDataException

    See Also